Fix some minor typos
authorAlex Crichton <alex@alexcrichton.com>
Tue, 9 Sep 2014 22:51:28 +0000 (15:51 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Tue, 9 Sep 2014 22:51:28 +0000 (15:51 -0700)
src/doc/source/faq.md

index e571f5b17fd70f1173f1a39439cc40db06e183c3..2ee3c974ed4272213978b9a759d47491f83528d7 100644 (file)
@@ -133,9 +133,9 @@ recompiled for all users of the library.
 If a library ends up being used transitively by several dependencies, it's
 likely that just a single copy of the library is desired (based on semver
 compatibility). If all libraries were to check in their `Cargo.lock`, then
-multiple copies of the library would be used, and perhaps evan a version
+multiple copies of the library would be used, and perhaps even a version
 conflict.
 
 In other words, libraries specify semver requirements for their dependencies but
-cannot see the full picture. Only ends products like binaries have a full
+cannot see the full picture. Only end products like binaries have a full
 picture to decide what versions of dependencies should be used.